home *** CD-ROM | disk | FTP | other *** search
/ PC Open 96 / PC Open 96 CD3.bin / fscommand / index.swf / scripts / DefineSprite_13_LOADING / frame_1 / DoAction.as
Encoding:
Text File  |  2004-01-08  |  157 b   |  9 lines

  1. frame = _parent._currentframe;
  2. this.onEnterFrame = function()
  3. {
  4.    if(_parent._currentframe != frame)
  5.    {
  6.       this.removeMovieClip(this);
  7.    }
  8. };
  9.